/* CSS Document */
/**全局**/
* {
	font-family: "思源黑体", Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
img,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
map {
	padding: 0;
	margin: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 3em
}

h2 {
	font-size: 2.5em
}

h3 {
	font-size: 2em
}

h4 {
	font-size: 1.5em
}

h5 {
	font-size: 1.2em
}

h6 {
	font-size: 1em
}

h7 {
	font-size: 0.8em
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #fff;
}

@media screen and (min-width: 1300px) {
	/*	轮播图样式内容  开始 */
	/*	轮播图样式内容  开始 */
	/*	轮播图样式内容  开始 */

	.hx000002_banner {
		width: 100%;
		float: left;
		display: block;
		margin-top: 70px;
	}

	.hx000002_banner_desk {
		width: 100%;
		float: left;
	}

	.hx000002_banner_box {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	.hx000002_banner_box_frame1 {
		width: 100%;
		display: flex;
		position: relative;
		z-index: 1;
	}

	.hx000002_banner_box_frame1 a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		z-index: 2;
		min-height: 800px;
	}

	.hx000002_banner .item {
		width: 100%;
		height: auto;
		/* 适应内容高度 */
		opacity: 0;
		position: absolute;
		transition: opacity 1s ease;
	}

	.hx000002_banner .item.active {
		opacity: 1;
		height: auto;
		position: relative;
	}


	.hx000002_banner img {
		width: 100%;
		height: auto;
		/* 保持纵横比 */
	}

	.hx000002_banner #btn-left,
	.hx000002_banner #btn-right {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		border-radius: 100px;
		text-align: center;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 10;
		position: absolute;
		top: 50%;
		cursor: pointer;
		opacity: 0;
		/* 平时隐藏 */
		transform: translateY(-60%);
		/* 使按钮向上偏移居中对齐 */
		transition: opacity 0.3s ease;
	}

	.hx000002_banner #btn-left {
		left: 20px;
	}

	.hx000002_banner #btn-right {
		right: 20px;
	}

	.hx000002_banner:hover #btn-left,
	.hx000002_banner:hover #btn-right {
		opacity: 1;
	}

	#circle {
		height: 20px;
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 35px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 4;
	}

	.circle {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		border: 2px solid white;
		background: rgba(0, 0, 0, 0.4);
		cursor: pointer;
		margin: 5px;
	}

	.circle.white {
		background-color: white;
	}


	/*	轮播图样式内容  结束 */
	/*	轮播图样式内容  结束 */
	/*	轮播图样式内容  结束 */

	/* 手机端轮播图样式 开始 */
	/* 手机端轮播图样式 开始 */
	/* 手机端轮播图样式 开始 */
	.hx000002_banner_mobile {
		display: none;
	}

	/* 手机端轮播图样式 结束 */
	/* 手机端轮播图样式 结束 */
	/* 手机端轮播图样式 结束 */
}

@media screen and (min-width: 797px) and (max-width: 1300px) {

	/*	轮播图样式内容  开始 */
	/*	轮播图样式内容  开始 */
	/*	轮播图样式内容  开始 */
	.hx000002_banner {
		width: 100%;
		float: left;
		display: block;
		margin-top: 70px;
	}

	.hx000002_banner_desk {
		width: 100%;
		float: left;
	}

	.hx000002_banner_box {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	.hx000002_banner_box_frame1 {
		width: 100%;
		display: flex;
		position: relative;
		z-index: 1;
	}

	.hx000002_banner_box_frame1 a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		z-index: 2;
		min-height: 800px;
	}

	.hx000002_banner .item {
		width: 100%;
		height: auto;
		/* 适应内容高度 */
		opacity: 0;
		position: absolute;
		transition: opacity 1s ease;
	}

	.hx000002_banner .item.active {
		opacity: 1;
		height: auto;
		position: relative;
	}

	.hx000002_banner img {
		width: 100%;
		height: auto;
		/* 保持纵横比 */
	}

	.hx000002_banner #btn-left,
	.hx000002_banner #btn-right {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		border-radius: 100px;
		text-align: center;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 10;
		position: absolute;
		top: 50%;
		cursor: pointer;
		opacity: 0;
		/* 平时隐藏 */
		transform: translateY(-60%);
		/* 使按钮向上偏移居中对齐 */
		transition: opacity 0.3s ease;
	}

	.hx000002_banner #btn-left {
		left: 20px;
	}

	.hx000002_banner #btn-right {
		right: 20px;
	}

	.hx000002_banner:hover #btn-left,
	.hx000002_banner:hover #btn-right {
		opacity: 1;
	}

	#circle {
		height: 20px;
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 35px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 4;
	}

	.circle {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		border: 2px solid white;
		background: rgba(0, 0, 0, 0.4);
		cursor: pointer;
		margin: 5px;
	}

	.circle.white {
		background-color: white;
	}

	/*	轮播图样式内容  结束 */
	/*	轮播图样式内容  结束 */
	/*	轮播图样式内容  结束 */

	/* 手机端轮播图样式 开始 */
	/* 手机端轮播图样式 开始 */
	/* 手机端轮播图样式 开始 */
	.hx000002_banner_mobile {
		display: none;
	}

	/* 手机端轮播图样式 结束 */
	/* 手机端轮播图样式 结束 */
	/* 手机端轮播图样式 结束 */
}

@media screen and (max-width: 797px) {

	/*	轮播图样式内容  开始 */
	/*	轮播图样式内容  开始 */
	/*	轮播图样式内容  开始 */
	.hx000002_banner {
		display: none;
	}

	/*	轮播图样式内容  结束 */
	/*	轮播图样式内容  结束 */
	/*	轮播图样式内容  结束 */

	/* 手机端轮播图样式 开始 */
	/* 手机端轮播图样式 开始 */
	/* 手机端轮播图样式 开始 */
	.hx000002_banner_mobile {
		width: 100%;
		float: left;
		margin-top: 100px;
		display: block;
	}

	.hx000002_banner_mobile .hx000002_banner_box_mobile {
		width: 100%;
		position: relative;
		overflow: hidden;
		/* Prevent overflow issues */
	}

	.hx000002_banner_box_frame1_mobile {
		display: flex;
		height: 100%;
		transition: transform 0.5s ease-in-out;
	}

	.hx000002_banner_mobile .mobile-item {
		min-width: 100%;
		height: 100%;
		opacity: 1;
		list-style-type: none;
		transition: opacity 1s;
	}

	.hx000002_banner_mobile img {
		width: 100%;
		height: auto;
	}

	.hx000002_banner_mobile #mobile-circle {
		height: 20px;
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.hx000002_banner_mobile .circle {
		width: 8px;
		height: 8px;
		border-radius: 8px;
		border: 2px solid white;
		list-style: none;
		background: rgba(0, 0, 0, 0.4);
		cursor: pointer;
		margin: 5px;
	}

	.hx000002_banner_mobile .white {
		background-color: #FFFFFF;
	}

	/* 手机端轮播图样式 结束 */
	/* 手机端轮播图样式 结束 */
	/* 手机端轮播图样式 结束 */
}